home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / stil19u1.zip / DUNDIAL.TXT < prev    next >
Text File  |  1996-03-17  |  2KB  |  64 lines

  1. PURPOSE
  2.  
  3. Dundial allows you to execute Win32 Dial Up Networking connections
  4. from a command line, eg for use in button bars, alarm/scheduling 
  5. programs.
  6.  
  7. USAGE
  8.  
  9. Dundial [-pos] [-min] conn_name [userid [password]]
  10.  
  11. (Note the []s indicate optional command line parameters; you
  12. do not type them when you use dundial).
  13.  
  14. -pos            Indicates the position for the Dundial status window
  15.                 on your screen; replace "pos" by one of:
  16.                 -tl        top left
  17.                 -tr        top right
  18.                 -c         center
  19.                 -bl        bottom left (default)
  20.                 -br        bottom right
  21.  
  22. -min        Indicates that DunDial should minimize the Connected To
  23.         Dialog Box.
  24.  
  25. conn_name       The name of the connection in your dial-up networking
  26.                 folder.  You will get an error if it is already connected.
  27.  
  28. userid          The userid for the connection.
  29.  
  30. password        The password for the connection (you must also specify
  31.                 the userid if you want to specify the password).
  32.  
  33. You do not need to specify the userid and password if you are using a
  34. dial up networking script.
  35.  
  36. Put double quotes around any parameter which contains blanks.
  37.  
  38. DunDial is compatible with the Dunce program created by
  39. vecdev@cjnetworks.com.
  40.  
  41.  
  42. LICENSE AND WARRANTY
  43.  
  44. Dundial is freeware but it is not in the public domain.
  45.  
  46. The Dundial executable program is Copyright 1996 by Bruce Switzer.
  47. All Rights Reserved.
  48.  
  49. THIS SOFTWARE IS DISTRIBUTED "AS IS," WITHOUT WARRANTY AS TO PERFORMANCE
  50. OF MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR
  51. IMPLIED.  BECAUSE OF THE VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO
  52. WHICH THIS PROGRAM MAY BE PUT, NO WARRANTY OF FITNESS FOR A PARTICULAR
  53. PURPOSE IS OFFERED.  GOOD DATA PROCESSING PROCEDURE DICTATES THAT ANY
  54. PROGRAM BE THOROUGHLY TESTED WITH NON-CRITICAL DATA BEFORE RELYING ON
  55. IT.  THE USER MUST ASSUME THE ENTIRE RISK OF USING THE PROGRAM.
  56.  
  57. You can contact the author with comments or questions at 
  58. bswitze@io.org or Bruce.Switzer@canrem.com.
  59.  
  60. DunDial may be distributed freely, as long as all files in the package
  61. are distributed, including the dundial.txt file.
  62.  
  63.  
  64.